home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Reference Guide / C-C++ Interactive Reference Guide.iso / c_ref / clesson / c.dir / 00209_Bitmap_209 (.png) < prev    next >
Bitmap Image  |  1995-04-05  |  192KB  |  526x361  |  1-bit (2 colors)
Labels: text | font | screenshot
OCR: while (1) { printf("Input x: "); scanf("%If", &x); if (x >= 0.0 ) printf ( "\n%15s%22.15e\n%15s%22.15e) n%15s%22.15e\n\n", "sqrt(x) = ", sqrt(x), "pow(x, x) = ", pow(x, x); else printf("\nSorry, your number must be nonnegative. \n\n");